mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Plasma flower MOD core from the lavaland patch of eden ruin (#75959)
This PR gives a small update to the patch of eden lavaland ruin, and adds a new item that can be used as an upgrade to the plasma mod core. The idea around this item is that it's a flower that has absorbed all the plasma and bad-vibes in the small area around the ruin, leaving an area full of plants, and a flower full of energy. This flower can be taken from the oasis and turned into a functional MOD core using some wires. As a MOD core, it is the same as the plasma mod core, but has a higher energy capacity, being equivalent to a super power cell. It also gives you a cool pollen effect, and spawns butterflies around you while your suit is active. These butterflies disappear when they get too far away, or if the suit deactivates. They also don't leave corpses, so they shouldn't cause too much clutter.
This commit is contained in:
@@ -55,9 +55,11 @@
|
||||
created_mob.faction = src.faction
|
||||
RegisterSignal(created, COMSIG_MOB_STATCHANGE, PROC_REF(mob_stat_changed))
|
||||
|
||||
|
||||
if (spawn_text)
|
||||
spawner.visible_message(span_danger("[created] [spawn_text] [spawner]."))
|
||||
|
||||
SEND_SIGNAL(src, COMSIG_SPAWNER_SPAWNED, created)
|
||||
RegisterSignal(created, COMSIG_QDELETING, PROC_REF(on_deleted))
|
||||
|
||||
/// Remove weakrefs to atoms which have been killed or deleted without us picking it up somehow
|
||||
|
||||
Reference in New Issue
Block a user