mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-28 07:06:19 +01:00
Mobs pass chameleon projectors and restricted custom items from default list
This commit is contained in:
@@ -100,6 +100,13 @@
|
||||
master = C
|
||||
master.active_dummy = src
|
||||
|
||||
/obj/effect/dummy/chameleon/Bumped(atom/A)
|
||||
if(A && istype(A, /mob))
|
||||
density = 0
|
||||
spawn(4)
|
||||
density = 1
|
||||
..()
|
||||
|
||||
/obj/effect/dummy/chameleon/attackby()
|
||||
for(var/mob/M in src)
|
||||
M << "\red Your chameleon-projector deactivates."
|
||||
|
||||
Reference in New Issue
Block a user