Skip to content

Commit b2ca3da

Browse files
Removing unimplemented stub types.
1 parent 6200bf4 commit b2ca3da

File tree

37 files changed

+9
-237
lines changed

37 files changed

+9
-237
lines changed

code/game/jobs/job/_job.dm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
var/hud_icon // icon used for secHUD overlay
3838
var/hud_icon_state // icon state used for secHUD overlay
3939

40-
var/assignable = TRUE // todo port from Polaris
41-
4240
// A list of string IDs for keys to grant on join.
4341
var/list/lock_keys = list()
4442

code/game/machinery/cash_register.dm

Lines changed: 0 additions & 7 deletions
This file was deleted.

code/game/machinery/cryopod.dm

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@
123123
frozen_items -= I
124124
. = TOPIC_REFRESH
125125

126-
// TODO implement
127-
/obj/machinery/computer/cryopod/checkpoint
128-
129-
/obj/machinery/computer/cryopod/dorms
130-
131126
/obj/item/stock_parts/circuitboard/cryopodcontrol
132127
name = "circuit board (Cryogenic Oversight Console)"
133128
build_path = /obj/machinery/computer/cryopod
@@ -581,6 +576,3 @@
581576
on_store_name = "Residential Oversight"
582577
on_enter_occupant_message = "The elevator door closes slowly, ready to bring you down to the residential district."
583578
on_store_visible_message = "$TARGET$ makes a ding as it moves $USER$ to the residential district."
584-
585-
// TODO implement
586-
/obj/machinery/cryopod/robot/door/checkpoint

code/game/machinery/doors/firedoor.dm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@
8484

8585
update_area_registrations()
8686

87-
/obj/machinery/door/firedoor/border_only
88-
8987
/obj/machinery/door/firedoor/Destroy()
9088
for(var/area/A in areas_added)
9189
unregister_area(A)

code/game/machinery/portable_turret.dm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@
7474
lethal = 1
7575
installation = /obj/item/gun/energy/laser
7676

77-
// TODO implement
78-
/obj/machinery/porta_turret/ai_defense
79-
8077
/obj/machinery/porta_turret/Initialize()
8178
. = ..()
8279
setup()

code/game/objects/items/blades/knife.dm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,3 @@
88

99
/obj/item/bladed/knife/iron
1010
material = /decl/material/solid/metal/iron
11-
12-
// TODO
13-
/obj/item/bladed/knife/tactical
14-
15-
/obj/item/bladed/knife/survival

code/game/objects/items/circuitboards/computer/computer.dm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,3 @@
121121
/obj/item/stock_parts/circuitboard/guestpass
122122
name = "circuitboard (guest pass terminal)"
123123
build_path = /obj/machinery/computer/guestpass
124-
125-
/obj/item/stock_parts/circuitboard/cash_register
126-
board_type = "machine"
127-
build_path = /obj/machinery/cash_register
128-
origin_tech = "{'programming':1}"

code/game/objects/items/devices/radio/intercom.dm

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,3 @@
8484
/obj/item/radio/intercom/locked/entertainment
8585
broadcasting = TRUE
8686
locked_frequency = 1461
87-
88-
// TODO implement
89-
/obj/item/radio/phone/medbay
90-
91-
/obj/item/radio/intercom/custom
92-
/obj/item/radio/intercom/private
93-
/obj/item/radio/intercom/locked/ai_private
94-
/obj/item/radio/intercom/department
95-
/obj/item/radio/intercom/department/security
96-
/obj/item/radio/intercom/department/medbay
97-
/obj/item/radio/intercom/specops
98-

code/game/objects/items/flashlights/_flashlight.dm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,3 @@
183183
I.appearance_flags |= RESET_COLOR
184184
overlay.overlays += I
185185
. = ..()
186-
187-
// TODO: implement
188-
/obj/item/flashlight/red

code/game/objects/items/weapons/soap.dm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131
/obj/item/soap/crafted/generate_icon()
3232
return
3333

34-
// TODO: implement
35-
/obj/item/soap/deluxe
36-
/obj/item/soap/nanotrasen
37-
/obj/item/soap/syndie
38-
3934
/obj/item/soap/initialize_reagents(populate = TRUE)
4035
create_reagents(SOAP_MAX_VOLUME)
4136
. = ..()

code/game/objects/random/subtypes/misc.dm

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -399,13 +399,6 @@
399399
)
400400
return spawnable_choices
401401

402-
// TODO IMPLEMENT
403-
/obj/random/vendor/drink
404-
name = "random drink vendor"
405-
406-
/obj/random/vendor/food
407-
name = "random food vendor"
408-
409402
/obj/random/lipstick
410403
name = "random lipstick"
411404
desc = "This is a tube of lipstick."

code/game/objects/structures/beds/rollerbed.dm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@
143143
R.add_fingerprint(user)
144144
qdel(src)
145145

146-
// TODO port
147-
/obj/item/roller/advanced
148-
149146
/obj/item/robot_rack/roller
150147
name = "roller bed rack"
151148
desc = "A rack for carrying collapsed roller beds. Can also be used for carrying ironing boards."

code/game/objects/structures/bedsheet_bin.dm

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,6 @@ LINEN BINS
8585
/obj/item/bedsheet/ian
8686
icon = 'icons/obj/bedsheets/bedsheet_ian.dmi'
8787

88-
// TODO: implement
89-
/obj/item/bedsheet/bluedouble
90-
/obj/item/bedsheet/browndouble
91-
/obj/item/bedsheet/captaindouble
92-
/obj/item/bedsheet/double
93-
/obj/item/bedsheet/iandouble
94-
/obj/item/bedsheet/mimedouble
95-
/obj/item/bedsheet/orangedouble
96-
/obj/item/bedsheet/purpledouble
97-
/obj/item/bedsheet/rddouble
98-
/obj/item/bedsheet/reddouble
99-
/obj/item/bedsheet/yellowdouble
100-
10188
//////////////////////////////////////////
10289
// Bedsheet bin
10390
//////////////////////////////////////////

code/game/turfs/walls/wall_natural.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,5 @@
189189
//Otherwise, just use level strata
190190
return ..()
191191

192-
// TODO
192+
// Stub type for checking in mapgen.
193193
/turf/wall/natural/ignore_mapgen

code/modules/cloning/_cloning.dm

Lines changed: 0 additions & 5 deletions
This file was deleted.

code/modules/clothing/webbing/misc.dm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@
1717
fallback_slot = slot_w_uniform_str
1818
material = /decl/material/solid/organic/leather
1919
material_alteration = MAT_FLAG_ALTERATION_COLOR | MAT_FLAG_ALTERATION_NAME | MAT_FLAG_ALTERATION_DESC
20-
21-
/obj/item/clothing/webbing/bandolier/tactical //todo

code/modules/communicators/_communicator.dm

Lines changed: 0 additions & 6 deletions
This file was deleted.

code/modules/economy/cael/EFTPOS.dm

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,3 @@
239239
transaction_paid = 1
240240

241241
//emag?
242-
243-
// TODO: implement
244-
245-
/obj/item/eftpos/departmental/service
246-
/obj/item/eftpos/departmental/security
247-
/obj/item/eftpos/departmental/cargo
248-
/obj/item/eftpos/departmental/command

code/modules/fabrication/designs/imprinter/designs_misc_circuits.dm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,3 @@
490490

491491
/datum/fabricator_recipe/imprinter/circuit/central_atmos
492492
path = /obj/item/stock_parts/circuitboard/central_atmos
493-
494-
/datum/fabricator_recipe/imprinter/circuit/cash_register
495-
path = /obj/item/stock_parts/circuitboard/cash_register

code/modules/paperwork/folders.dm

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@
3535
if(has_paper_overlay && length(contents))
3636
add_overlay("folder_paper")
3737

38-
// TODO: implement
39-
/obj/item/folder/blue_captain
40-
/obj/item/folder/blue_hop
41-
/obj/item/folder/red_hos
42-
/obj/item/folder/white
43-
/obj/item/folder/white_cmo
44-
/obj/item/folder/white_rd
45-
/obj/item/folder/yellow_ce
46-
4738
/obj/item/folder/attackby(obj/item/used_item, mob/user)
4839
if(istype(used_item, /obj/item/paper) || istype(used_item, /obj/item/photo) || istype(used_item, /obj/item/paper_bundle))
4940
if(!user.try_unequip(used_item, src))

code/modules/paperwork/paper_sticky.dm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@
8989
. = ..()
9090
set_color(pick(COLOR_YELLOW, COLOR_LIME, COLOR_CYAN, COLOR_ORANGE, COLOR_PINK))
9191

92-
// TODO: implement
93-
/obj/item/sticky_pad/poster
94-
/obj/item/sticky_pad/poster/command
95-
/obj/item/sticky_pad/poster/blue
96-
/obj/item/sticky_pad/poster/yellow
97-
9892
////////////////////////////////////////////////
9993
// Sticky Note Sheet
10094
////////////////////////////////////////////////

code/modules/projectiles/ammunition.dm

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -167,23 +167,6 @@
167167
/// Whether or not our contents have been initialized or not, used in lazyloaded contents.
168168
var/contents_initialized = FALSE
169169

170-
// TODO: implement
171-
/obj/item/ammo_magazine/clip
172-
/obj/item/ammo_magazine/clip/c762
173-
/obj/item/ammo_magazine/clip/c762/hunter
174-
/obj/item/ammo_magazine/m10mm
175-
/obj/item/ammo_magazine/m45
176-
/obj/item/ammo_magazine/m45/practice
177-
/obj/item/ammo_magazine/m45/rubber
178-
/obj/item/ammo_magazine/m45/flash
179-
/obj/item/ammo_magazine/m545
180-
/obj/item/ammo_magazine/m545saw
181-
/obj/item/ammo_magazine/m9mm
182-
/obj/item/ammo_magazine/m9mmp90
183-
/obj/item/ammo_magazine/m9mmt
184-
/obj/item/ammo_magazine/m9mmt/rubber
185-
/obj/item/ammo_magazine/m9mmt/practice
186-
187170
/obj/item/ammo_magazine/box
188171
w_class = ITEM_SIZE_NORMAL
189172

code/modules/reagents/reagent_dispenser.dm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,6 @@
325325
/obj/structure/reagent_dispensers/acid/populate_reagents()
326326
add_to_reagents(/decl/material/liquid/acid, reagents.maximum_volume)
327327

328-
// TODO implement
329-
/obj/structure/reagent_dispensers/he3
330-
331328
//Interactions
332329
/obj/structure/reagent_dispensers/get_alt_interactions(var/mob/user)
333330
. = ..()

code/modules/scanners/health.dm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
printout_color = "#deebff"
99
var/mode = 1
1010

11-
// TODO: implement
12-
/obj/item/scanner/health/advanced
13-
/obj/item/scanner/health/improved
14-
1511
/obj/item/scanner/health/is_valid_scan_target(atom/O)
1612
return ishuman(O) || istype(O, /obj/structure/closet/body_bag)
1713

code/modules/virology/_virology.dm

Lines changed: 0 additions & 10 deletions
This file was deleted.

maps/away/liberia/liberia.dmm

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@
179179
/obj/machinery/door/blast/regular/open{
180180
dir = 4;
181181
id_tag = "merch_radaway";
182-
183182
},
184183
/obj/machinery/door/window/northleft{
185184
dir = 8;
@@ -208,7 +207,6 @@
208207
/obj/machinery/door/blast/regular/open{
209208
dir = 4;
210209
id_tag = "merch_radaway";
211-
212210
},
213211
/turf/floor,
214212
/area/liberia/engineeringreactor)
@@ -642,7 +640,6 @@
642640
dir = 2;
643641
id_tag = "merchantshuttle";
644642
name = "Merchant Window Shutters";
645-
646643
},
647644
/obj/effect/paint/silver,
648645
/obj/effect/paint_stripe/yellow,
@@ -825,7 +822,6 @@
825822
dir = 4;
826823
id_tag = "merchantshuttle";
827824
name = "Merchant Window Shutters";
828-
829825
},
830826
/obj/effect/paint/silver,
831827
/obj/effect/paint_stripe/yellow,
@@ -1250,7 +1246,6 @@
12501246
dir = 4;
12511247
id_tag = "merchantdesk";
12521248
name = "Merchant Desk Shutters";
1253-
12541249
},
12551250
/obj/effect/paint/silver,
12561251
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -1570,7 +1565,6 @@
15701565
dir = 4;
15711566
id_tag = "merchantdesk";
15721567
name = "Merchant Desk Shutters";
1573-
15741568
},
15751569
/obj/structure/cable/blue{
15761570
icon_state = "4-8"
@@ -6345,7 +6339,6 @@
63456339
"oJ" = (
63466340
/obj/abstract/level_data_spawner/player{
63476341
name = "Liberia";
6348-
63496342
},
63506343
/turf/space,
63516344
/area/space)
@@ -8137,7 +8130,6 @@
81378130
dir = 2;
81388131
id_tag = "merchantshuttle";
81398132
name = "Merchant Window Shutters";
8140-
81418133
},
81428134
/obj/effect/paint/silver,
81438135
/obj/effect/paint_stripe/yellow,

maps/away/unishi/unishi-2.dmm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2069,7 +2069,6 @@
20692069
/obj/machinery/door/blast/regular/open{
20702070
id_tag = "Biohazard";
20712071
name = "Biohazard Shutter";
2072-
20732072
},
20742073
/obj/machinery/door/airlock/hatch,
20752074
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -2216,7 +2215,6 @@
22162215
dir = 4;
22172216
id_tag = "Biohazard";
22182217
name = "Biohazard Shutter";
2219-
22202218
},
22212219
/turf/floor,
22222220
/area/unishi/smresearch)
@@ -2346,7 +2344,6 @@
23462344
dir = 4;
23472345
id_tag = "Biohazard";
23482346
name = "Biohazard Shutter";
2349-
23502347
},
23512348
/obj/item/remains,
23522349
/turf/floor,
@@ -2742,7 +2739,6 @@
27422739
dir = 4;
27432740
id_tag = "Biohazard";
27442741
name = "Biohazard Shutter";
2745-
27462742
},
27472743
/obj/item/remains,
27482744
/obj/random/shoes,

mods/content/corporate/clothing/under/uniforms.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
desc = "A sleek red recreational flight suit. It proudly sports three different patches with corporate logos on them, as well as several unnecessary looking flaps and pockets for effect."
99
icon = 'mods/content/corporate/icons/clothing/under/pilot_nt.dmi'
1010

11-
1211
/obj/item/clothing/jumpsuit/pilot/nanotrasen/blue
1312
name = "\improper NanoTrasen flight suit"
1413
desc = "A blue and grey NanoTrasen flight suit. Warm and practical, it feels cozy."

0 commit comments

Comments
 (0)