mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
[MIRROR] Polaris Hook Removal Part 1 (#11887)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
co-authored by
Will
C.L.
parent
2a35bdaac7
commit
d82d0807a5
@@ -155,13 +155,6 @@
|
||||
/obj/machinery/computer/shuttle_control/emp_act()
|
||||
return
|
||||
|
||||
|
||||
GLOBAL_LIST_BOILERPLATE(papers_dockingcode, /obj/item/paper/dockingcodes)
|
||||
/hook/roundstart/proc/populate_dockingcodes()
|
||||
for(var/obj/item/paper/dockingcodes/dcp as anything in GLOB.papers_dockingcode)
|
||||
dcp.populate_info()
|
||||
return TRUE
|
||||
|
||||
/obj/item/paper/dockingcodes
|
||||
name = "Docking Codes"
|
||||
var/codes_from_z = null //So you can put codes from the station other places to give to antags or whatever
|
||||
|
||||
Reference in New Issue
Block a user