mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes two bugs.
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
|
||||
/datum/uplink_item/abstract/announcements/fake_centcom/New()
|
||||
..()
|
||||
name = "[command_name()] Update Announcement"
|
||||
desc = "Causes a falsified [command_name()] Update. Triggers immediately after supplying additional data."
|
||||
spawn(2)
|
||||
name = "[command_name()] Update Announcement"
|
||||
desc = "Causes a falsified [command_name()] Update. Triggers immediately after supplying additional data."
|
||||
|
||||
/datum/uplink_item/abstract/announcements/fake_centcom/extra_args(var/mob/user)
|
||||
var/title = sanitize(input("Enter your announcement title.", "Announcement Title") as null|text)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
"a" = (/turf/space,/area/space)
|
||||
"b" = (/obj/effect/landmark/map_data{height = 2; step_x = 0},/turf/space,/area/space)
|
||||
"b" = (/obj/effect/landmark/map_data{height = 2},/turf/space,/area/space)
|
||||
"c" = (/turf/simulated/wall,/area/aisat_interior)
|
||||
"d" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/zpipe/down{tag = "icon-down (EAST)"; icon_state = "down"; dir = 4},/obj/structure/disposalpipe/down,/turf/simulated/open,/area/aisat_interior)
|
||||
"e" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 4},/obj/effect/floor_decal/corner/lime/diagonal,/turf/simulated/floor/tiled/dark,/area/aisat_interior)
|
||||
|
||||
Reference in New Issue
Block a user