modules misc (#18315)

This commit is contained in:
KalevTait
2022-07-20 21:56:34 +01:00
committed by GitHub
parent 234a471cf9
commit 938135f3d8
48 changed files with 214 additions and 214 deletions
+2 -2
View File
@@ -72,7 +72,7 @@
log_game("[key_name(user)] has emagged the emergency shuttle in ([x], [y], [z]): [time] seconds before launch.")
GLOB.minor_announcement.Announce("The emergency shuttle will launch in 10 seconds", "SYSTEM ERROR:")
SSshuttle.emergency.setTimer(100)
emagged = 1
emagged = TRUE
/obj/docking_port/mobile/emergency
@@ -341,7 +341,7 @@
possible_destinations = "pod_asteroid"
icon = 'icons/obj/terminals.dmi'
icon_state = "dorm_available"
density = 0
density = FALSE
/obj/machinery/computer/shuttle/pod/update_icon()
return
+2 -2
View File
@@ -10,7 +10,7 @@
icon_state = "pinonfar"
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
anchored = 1
anchored = TRUE
var/id
dir = NORTH //this should point -away- from the dockingport door, ie towards the ship
@@ -846,7 +846,7 @@
/obj/machinery/computer/shuttle/emag_act(mob/user)
if(!emagged)
src.req_access = list()
emagged = 1
emagged = TRUE
to_chat(user, "<span class='notice'>You fried the consoles ID checking system.</span>")
//for restricting when the computer can be used, needed for some console subtypes.