module things, jfc

This commit is contained in:
Poojawa
2018-09-11 07:51:01 -05:00
parent 8b9ef1e400
commit 284e9d0325
695 changed files with 11343 additions and 5661 deletions
+6 -3
View File
@@ -92,14 +92,17 @@
switch (var_name)
if ("light_range")
set_light(l_range=var_value)
return
datum_flags |= DF_VAR_EDITED
return TRUE
if ("light_power")
set_light(l_power=var_value)
return
datum_flags |= DF_VAR_EDITED
return TRUE
if ("light_color")
set_light(l_color=var_value)
return
datum_flags |= DF_VAR_EDITED
return TRUE
return ..()
+1 -1
View File
@@ -138,6 +138,6 @@ GLOBAL_LIST_INIT(LIGHTING_CORNER_DIAGONAL, list(NORTHEAST, SOUTHEAST, SOUTHWEST,
if (!force)
return QDEL_HINT_LETMELIVE
stack_trace("Ok, Look, TG, I need you to find whatever fucker decided to call qdel on a fucking lighting corner, then tell him very nicely and politely that he is 100% retarded and needs his head checked. Thanks. Send them my regards by the way.")
stack_trace("Ok, Look, /tg/, I need you to find whatever fucker decided to call qdel on a fucking lighting corner, then tell him very nicely and politely that he is 100% retarded and needs his head checked. Thanks. Send them my regards by the way.")
return ..()