mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Venus human traps and swarmers are now numbered. (#6873)
* Venus human traps and swarmers are now numbered. (#60151) "This is terrible for logs and ahelps as people can't report the number of the mob, which I'm pretty sure is part of why we number spiders, monkeys, and blobbernauts." - RaveRadbury. * Venus human traps and swarmers are now numbered. Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE
|
||||
faction = list("hostile","vines","plants")
|
||||
initial_language_holder = /datum/language_holder/venus
|
||||
unique_name = TRUE
|
||||
/// A list of all the plant's vines
|
||||
var/list/vines = list()
|
||||
/// The maximum amount of vines a plant can have at one time
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
light_color = LIGHT_COLOR_CYAN
|
||||
hud_type = /datum/hud/living/swarmer
|
||||
speech_span = SPAN_ROBOT
|
||||
unique_name = TRUE
|
||||
///Resource points, generated by consuming metal/glass
|
||||
var/resources = 20
|
||||
///Maximum amount of resources a swarmer can store
|
||||
|
||||
Reference in New Issue
Block a user