Update verbs.dm
This commit is contained in:
@@ -15,12 +15,10 @@
|
||||
/mob/living/simple_animal/drone/verb/toggle_light()
|
||||
set category = "Drone"
|
||||
set name = "Toggle drone light"
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
if(stat == DEAD)
|
||||
to_chat(src, "<span class='warning'>There's no light in your life... by that I mean you're dead.</span>")
|
||||
return
|
||||
>>>>>>> a2511ab... Makes things worse for someone who's already having a difficult time.
|
||||
if(light_on)
|
||||
set_light(0)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user