Flashlight suduko (#1426)
This commit is contained in:
committed by
kevinz000
parent
183ce05921
commit
4ef7ad7724
@@ -36,6 +36,11 @@
|
|||||||
A.UpdateButtonIcon()
|
A.UpdateButtonIcon()
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
/obj/item/device/flashlight/suicide_act(mob/living/carbon/human/user)
|
||||||
|
user.visible_message("<span class='suicide'>[user] is putting [src] close to [user.p_their()] eyes and turning it on! It looks like [user.p_theyre()] trying to commit suicide!</span>")
|
||||||
|
return (FIRELOSS)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/obj/item/device/flashlight/attack(mob/living/carbon/M, mob/living/carbon/human/user)
|
/obj/item/device/flashlight/attack(mob/living/carbon/M, mob/living/carbon/human/user)
|
||||||
add_fingerprint(user)
|
add_fingerprint(user)
|
||||||
|
|||||||
Reference in New Issue
Block a user