mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 02:26:39 +01:00
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)
|