mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
You have to turn off your stunbaton before wash it suing sink.
latex loves + short piece of wire + some air from tank = ballon! Another version of kitchen sink sprite. New vending machine - dinnerware. Dispenses knives, forks and trays. Will do more once we get functional spoons. New uniform - Waiter Outfit. Chef can give it to his assistant. Water cooler was added to kitchen. Kitchen was expanded. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1453 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -34,6 +34,20 @@ NINJA MASK
|
||||
..()
|
||||
return
|
||||
|
||||
/obj/item/clothing/gloves/latex/attackby(obj/item/weapon/cable_coil/O as obj, loc)
|
||||
if (istype(O) && O.amount==1)
|
||||
var/obj/item/latexballon/LB = new
|
||||
if (usr.get_inactive_hand()==src)
|
||||
usr.before_take_item(src)
|
||||
usr.put_in_inactive_hand(LB)
|
||||
else
|
||||
LB.loc = src.loc
|
||||
del(O)
|
||||
del(src)
|
||||
else
|
||||
return ..()
|
||||
|
||||
|
||||
/obj/item/clothing/shoes/orange/attack_self(mob/user as mob)
|
||||
if (src.chained)
|
||||
src.chained = null
|
||||
|
||||
Reference in New Issue
Block a user