•Fully fledged attack() proc for trays. Incoming attackby. This is being commited in preparation of the rest of the tray update.

•Slight fix to the 2001 space suit helmet, when downed.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1347 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
polyxenitopalidou@gmail.com
2011-04-02 20:03:21 +00:00
parent 09ebc5a75f
commit 2457edfe0a
4 changed files with 98 additions and 6 deletions
+3 -4
View File
@@ -1862,10 +1862,9 @@
return
W.icon = 'kitchen.dmi'
W.icon_state = "forkloaded"
if (herp)
world << "[user] takes a piece of omelette with his fork!"
else
viewers(3,user) << "[user] takes a piece of omelette with his fork!"
/*if (herp)
world << "[user] takes a piece of omelette with his fork!"*/ //Why this unecessary check? Oh I know, because I'm bad >:C
viewers(3,user) << "[user] takes a piece of omelette with his fork!"
reagents.remove_reagent("nutriment", 1)
if (reagents.total_volume <= 0)
del(src)