mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 19:57:07 +01:00
Prevent holodeck griefing
Replaces plasma flood, holo-carp, and killer bees. The modules will now create harmless air, corgis, and foxes.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Replace carp with corgis
|
||||
/obj/effect/holodeck_effect/mobspawner
|
||||
mobtype = /mob/living/simple_animal/pet/dog/corgi
|
||||
|
||||
// Replace bees with foxes
|
||||
/obj/effect/holodeck_effect/mobspawner/bee
|
||||
mobtype = /mob/living/simple_animal/pet/fox
|
||||
Reference in New Issue
Block a user