Fixed a minor spelling mistake.

This commit is contained in:
Albert Iordache
2011-12-26 17:37:04 +02:00
parent 87941b7081
commit 4a8c5e9478
+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())