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:
Probe1
2016-12-26 09:50:01 -05:00
committed by ComicIronic
parent d3e5f3c6a4
commit 5db5af3adb

View File

@@ -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)