>maxcap CLF3 foam
>thunderdome
>total of 2 burned tiles and a single plating was made
yeah no
this is CLF3
🆑
rscadd: CLF3 now melts, burns, and destroys floors a lot more often, as it should be.
rscadd: CLF3 now makes 3x3 fireballs on tiles it touches now, instead of a single fireball.
/🆑
An active/excited simulated turf would get deleted and converted to space, so this would change the turf in ssair's active_turfs list to a space turf, then it would runtime trying to call process_cell on it.
before a : and some lack of caring and a type check handled this.
this OOP way seems better.
-only process roundstart spawners when they're needed
-use the same method to call atom_spawners for template loading.
Assuming user is adding to the appropriate process list, this will not
cause issues
This system is called just before initialize and does not use a world
loop, so it is safe to spawn and create new atoms.
Any atom can inherit this behaviour by overriding the
spawn_atom_to_world proc and spawning atoms there at roundstart
Make sure you register the atom in question to the list of spawner atoms
by doing SSobj.atom_spawners += src, and then remove when you are done
spawning objects
In favour of a better json based solution
This overhauls:
-AI ion laws
-NPC chatter text
The system is extended to support further splitting of a chosen line
where a line is picked and then searched for subkey's in the form of
@pick(\D+) - sub keys are then picked from the appropriate list that
matches the \D+ key and replaced over top of the placeholder
This is used to add braindamage gibbering messages to the system
When a canister breaks it now empties its air correctly.
When deleted the canister properly disconnects itself from its connector port.
You can no longer wrench a broken canister onto a connector port.
You can no longer interact (topic window) with a broken canister. (using an analyzer shows the canister is empty)
Removes message in machinery/attack_hand() saying the machine seems offline, it was showing even when the machine is just (stat & BROKEN).