Renames Strange Reagent to Lazarus Reagent (#20614)

* the great renamining
also changes the description to be more flavorful

* capitalization
This commit is contained in:
JimKil3
2023-03-26 07:04:02 -04:00
committed by GitHub
parent b5f3b7442b
commit 845c842f14
8 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -710,7 +710,7 @@
adjustPests(rand(2,4))
// FEED ME SEYMOUR
if(S.has_reagent("strange_reagent", 1))
if(S.has_reagent("lazarus_reagent", 1))
spawnplant()
// The best stuff there is. For testing/debugging.
@@ -982,7 +982,7 @@
weedlevel = clamp(weedlevel + adjustamt, 0, 10)
plant_hud_set_weed()
/obj/machinery/hydroponics/proc/spawnplant() // why would you put strange reagent in a hydro tray you monster I bet you also feed them blood
/obj/machinery/hydroponics/proc/spawnplant() // why would you put Lazarus Reagent in a hydro tray you monster I bet you also feed them blood
var/list/livingplants = list(/mob/living/simple_animal/hostile/tree, /mob/living/simple_animal/hostile/killertomato)
var/chosen = pick(livingplants)
var/mob/living/simple_animal/hostile/C = new chosen(get_turf(src))