merges #3877 proper
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
/obj/structure/beebox/premade/New()
|
||||
..()
|
||||
|
||||
icon_state = "beebox"
|
||||
var/datum/reagent/R = null
|
||||
if(random_reagent)
|
||||
R = pick(subtypesof(/datum/reagent))
|
||||
@@ -80,6 +81,7 @@
|
||||
|
||||
|
||||
/obj/structure/beebox/premade/random
|
||||
icon_state = "random_beebox"
|
||||
random_reagent = TRUE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user