Fixes few minor runtimes. (#48234)

* Fixes emagging stuff without user

* Fixes missing initalizes

* Fixes deconstructing for materials

* Fixes tracker bullets runtime.
This commit is contained in:
AnturK
2019-12-14 14:15:15 -05:00
committed by Jordan Brown
parent 76e0c35d73
commit 54f32f26ad
15 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -145,7 +145,7 @@
return
var/time = TIME_LEFT
message_admins("[ADMIN_LOOKUPFLW(user.client)] has emagged the emergency shuttle [time] seconds before launch.")
message_admins("[ADMIN_LOOKUPFLW(user)] has emagged the emergency shuttle [time] seconds before launch.")
log_game("[key_name(user)] has emagged the emergency shuttle in [COORD(src)] [time] seconds before launch.")
ENABLE_BITFIELD(obj_flags, EMAGGED)