mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
bunch of issues (#17900)
* bunch of issues * . * fix those properly * safety else none at all * . * workaround for a byond bug * . * invis robot weapons * light needs to be reset * . * use proper datums * fix sorting here * only store non vital * . * Update organ_external.dm
This commit is contained in:
@@ -700,7 +700,7 @@
|
||||
result_amount = 1
|
||||
|
||||
/decl/chemical_reaction/instant/concrete/on_reaction(var/datum/reagents/holder, var/created_volume)
|
||||
new /obj/item/stack/material/concrete(get_turf(holder.my_atom), created_volume)
|
||||
new /obj/item/stack/material/concrete(get_turf(holder.my_atom), round(created_volume))
|
||||
return
|
||||
|
||||
/* Grenade reactions */
|
||||
|
||||
Reference in New Issue
Block a user