mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 22:13:24 +00:00
Stack of runtime error fixes.
Didn't feel like digging into the DNA code to find the cause of one of the errors I got sent, if anyone feels like taking a crack at it: runtime error: list index out of bounds proc name: updateappearance (/proc/updateappearance) source file: dna.dm,257 usr: Walter Bishop (/mob/living/carbon/human) src: null call stack: updateappearance(Walter Bishop (/mob/living/carbon/human), "0FF0000660FF000066DC0000000000...") Walter Bishop (/mob/living/carbon/human): Transform() What I know: He was a changeling transforming between DNAs, apparently he somehow got a set of hair DNA that was literally off the charts for determining what hairstyle it was git-svn-id: http://tgstation13.googlecode.com/svn/trunk@781 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -662,8 +662,9 @@ steam.start() -- spawns the effect
|
||||
F.amount = amount
|
||||
if(!metal)
|
||||
F.create_reagents(10)
|
||||
for(var/datum/reagent/R in reagents.reagent_list)
|
||||
F.reagents.add_reagent(R.id,1)
|
||||
if (reagents)
|
||||
for(var/datum/reagent/R in reagents.reagent_list)
|
||||
F.reagents.add_reagent(R.id,1)
|
||||
sleep(15)
|
||||
|
||||
// foam disolves when heated
|
||||
|
||||
Reference in New Issue
Block a user