Merge branch 'SPLURT-Station:master' into spooktober-update

This commit is contained in:
ariaworld
2023-11-18 15:01:21 +01:00
committed by GitHub
42 changed files with 1876 additions and 275 deletions
+2
View File
@@ -235,6 +235,8 @@
for (var/atom/movable/A in urange(12, FROM )) // iterate thru list of mobs in the area
if(istype(A, /obj/item/beacon))
continue // don't teleport beacons because that's just insanely stupid
if(iscameramob(A))
continue // Don't mess with AI eye, blob eye, xenobio or advanced cameras
if(A.anchored)
continue
@@ -131,3 +131,8 @@
name = "nanotrasen logo"
desc = "The Nanotrasen corporate logo."
icon_state = "nanotrasen_sign1"
/obj/structure/sign/xenobio_guide
name = "\improper Slime genealogy sign"
desc = "A sign depicting how the slime colors change with mutations, and the grey slime in the root."
icon_state = "xenobio-guide"