Added holster to the detective's suit, and fixed spelling mistakes on the coat rack.

This commit is contained in:
SkyMarshal
2011-12-26 09:14:43 -07:00
parent 02b456d26e
commit 4addb7ddb7
5 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/obj/machinery/coatrack/attack_hand(mob/user as mob)
switch(alert("What do you want from the coatrack?",,"Coat","Hat"))
switch(alert("What do you want from the coat rack?",,"Coat","Hat"))
if("Coat")
if(coat)
if(!user.get_active_hand())