mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Merge pull request #4149 from Fox-McCloud/monkey-runtime
Fixes Monkey Recycler Runtime
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
if(5)
|
||||
cube_type = /obj/item/weapon/reagent_containers/food/snacks/monkeycube
|
||||
cycle_through = 0
|
||||
to_chat(user, "<span class='notice'>You change the monkeycube type to [cube_type.name].</span>")
|
||||
to_chat(user, "<span class='notice'>You change the monkeycube type to [initial(cube_type.name)].</span>")
|
||||
|
||||
if (src.stat != 0) //NOPOWER etc
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user