mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +00:00
Fixes outdoor platings
Phororeagent fixes
This commit is contained in:
@@ -407,7 +407,7 @@
|
||||
movement_cost = 0
|
||||
|
||||
/turf/simulated/floor/outdoors/snow/plating
|
||||
name = "snowy playing"
|
||||
name = "snowy plating"
|
||||
icon_state = "snowyplating"
|
||||
initial_flooring = /decl/flooring/snow/plating
|
||||
movement_cost = 0
|
||||
|
||||
@@ -213,6 +213,10 @@ var/induromol_code = rand(1, 50)
|
||||
M << "<BR>"
|
||||
break
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/lovepotion
|
||||
name = "beaker (amorapotio)"
|
||||
prefill = list("amorapotio" = 60)
|
||||
|
||||
/datum/reagent/phororeagent/nasty
|
||||
id = "nasty"
|
||||
name = "Nasty"
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
/datum/reagents/proc/del_reagent(var/id)
|
||||
for(var/datum/reagent/current in reagent_list)
|
||||
if (current.id == id)
|
||||
current.on_remove(my_atom) //YW Edit: Calls on_remove before the last of the thing is done, used in phorochemistry
|
||||
reagent_list -= current
|
||||
qdel(current)
|
||||
update_total()
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user