mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Adds sanity to prevent ghosts being faggots by making faggots (#12963)
* Adds sanity to prevent ghosts being faggots by making faggots with the food processor * Update processor.dm * I like exxions way more. * Update processor.dm derp * Celt Advice TM * Update processor.dm * Boy I hope there's no more commits on this PR * 3 2 1 lets jam * Losing my mind one push at a time
This commit is contained in:
@@ -244,5 +244,11 @@
|
||||
src.visible_message("<span class='notice'>[src] is done.</span>", \
|
||||
"You hear [src] stop")
|
||||
|
||||
/obj/machinery/processor/attack_ghost(mob/user as mob)
|
||||
user.examination(src)
|
||||
|
||||
/obj/machinery/processor/MouseDrop_T(atom/movable/O as mob|obj, mob/user as mob)
|
||||
if(user.incapacitated())
|
||||
return
|
||||
|
||||
attackby(O,user)
|
||||
|
||||
Reference in New Issue
Block a user