mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 20:23:07 +01:00
3995338290
Co-authored-by: Raeschen <rycoop29@gmail.com>
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
/datum/admin_secret_item/fun_secret/break_some_lights
|
|
name = "Break Some Lights"
|
|
|
|
/datum/admin_secret_item/fun_secret/break_some_lights/execute(var/mob/user)
|
|
. = ..()
|
|
if(.)
|
|
lightsout(1,2)
|