mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
•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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user