Skip to content

Commit

Permalink
Can now click switch with any object
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkie committed Dec 14, 2014
1 parent 07803a2 commit 5071d30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/objects/structures/morgue.dm
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,13 @@ Crematorium Switch
usr << "<span class='danger'>Access denied.</span>"
return

/obj/machinery/crema_switch/attackby(obj/item/W as obj, mob/user as mob)
if(W.GetID())
attack_hand(user)
else
return ..()


/*
* Generic Tray
* Parent class for morguetray and crematoriumtray
Expand Down

0 comments on commit 5071d30

Please sign in to comment.