Merge pull request #17124 from MrPerson/wrapped_up_nicely_with_a_bow

Removes monkeycube and chocolate unwrapping
This commit is contained in:
Razharas
2016-04-29 16:03:59 +03:00
8 changed files with 9 additions and 57 deletions
+5 -9
View File
@@ -447,15 +447,11 @@
else if(istype(O, /obj/item/weapon/reagent_containers/food/snacks/monkeycube))
var/obj/item/weapon/reagent_containers/food/snacks/monkeycube/M = O
if(M.wrapped)
user << "<span class='notice'>You need to unwrap [src] first!</span>"
return
else
user << "<span class='notice'>You place [src] under a stream of water...</span>"
user.drop_item()
M.loc = get_turf(src)
M.Expand()
return
user << "<span class='notice'>You place [src] under a stream of water...</span>"
user.drop_item()
M.loc = get_turf(src)
M.Expand()
return
var/obj/item/I = O
if(!I || !istype(I))