mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +00:00
8 lines
200 B
Plaintext
8 lines
200 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)
|