mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Adds the stickbug hivebot boss (#23032)
Adds the stickbug of doom for admin use, plus a few QoL changes for hivebots. <img width="237" height="300" alt="image" src="https://github.com/user-attachments/assets/7c8c1c29-f2f7-4532-b861-5674a3cd7ac5" /> - [x] Fix hivebot blood on the boss appearing red. - [x] Verify the beacon creation ability is functional - could make it spawn playables? - [x] Implement the beacon boss sprite for future use.
This commit is contained in:
@@ -18,6 +18,15 @@
|
||||
temperature = 80
|
||||
initial_gas = list("nitrogen" = MOLES_CELLSTANDARD) //one atmosphere of nitrogen
|
||||
|
||||
/turf/simulated/floor/hivebot
|
||||
name = "alien circuitry"
|
||||
desc = "A strange, almost organic pattern of circuitry. It pulses softly, glowing with a dull red light."
|
||||
icon = 'icons/turf/flooring/circuit.dmi'
|
||||
icon_state = "hivecircuitfloor"
|
||||
light_power = 1
|
||||
light_color = LIGHT_COLOR_EMERGENCY_SOFT
|
||||
light_range = MINIMUM_USEFUL_LIGHT_RANGE
|
||||
|
||||
/turf/simulated/floor/greengrid
|
||||
name = "mainframe floor"
|
||||
icon = 'icons/turf/flooring/circuit.dmi'
|
||||
|
||||
Reference in New Issue
Block a user