[MIRROR] Anomalies update (#12730)

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-05-03 19:38:17 -04:00
committed by GitHub
co-authored by Guti Cameron Lennox
parent 25b34ad881
commit 1f17a87111
22 changed files with 544 additions and 19 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
if(!fixed_name)
var/name_prefix = "[pick("strange","anomalous","exotic","atypical","unusual","incongruous","weird","aberrant","eccentric")]"
var/name_suffix //blank because it's randomized per sample appearance
var/sample_icon = rand(1,10)
var/sample_icon = rand(1,11)
icon_state = "generic_sample[sample_icon]"
damage_type = pick("BRUTE","BURN","TOX","OXY","EMP","PAIN")
//per-state tweaks, like glows/light emission or narrower valid tech defs, if desired