Merge pull request #35793 from DaedalusGame/naksu-pls
Fixes up foam and smoke code and comments again to atleast be correct
This commit is contained in:
committed by
CitadelStationBot
parent
fef23bd7cc
commit
c5f3aa7043
@@ -239,7 +239,7 @@
|
|||||||
location = get_turf(loca)
|
location = get_turf(loca)
|
||||||
|
|
||||||
amount = round(sqrt(amt / 2), 1)
|
amount = round(sqrt(amt / 2), 1)
|
||||||
carry.copy_to(chemholder, 4*carry.total_volume) //The foam holds 4 times the total reagents volume for balance purposes.
|
carry.copy_to(chemholder, carry.total_volume)
|
||||||
|
|
||||||
/datum/effect_system/foam_spread/metal/set_up(amt=5, loca, datum/reagents/carry = null, metaltype)
|
/datum/effect_system/foam_spread/metal/set_up(amt=5, loca, datum/reagents/carry = null, metaltype)
|
||||||
..()
|
..()
|
||||||
|
|||||||
@@ -271,7 +271,7 @@
|
|||||||
else
|
else
|
||||||
location = get_turf(loca)
|
location = get_turf(loca)
|
||||||
amount = radius
|
amount = radius
|
||||||
carry.copy_to(chemholder, 4*carry.total_volume) //The smoke holds 4 times the total reagents volume for balance purposes.
|
carry.copy_to(chemholder, carry.total_volume)
|
||||||
|
|
||||||
if(!silent)
|
if(!silent)
|
||||||
var/contained = ""
|
var/contained = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user