mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Jungle mobs (#7996)
Co-authored-by: Casey <a.roaming.shadow@gmail.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
@@ -12,6 +12,14 @@
|
||||
if(user.z != src.z) return
|
||||
user.forceMove(pick(latejoin))
|
||||
|
||||
/obj/structure/signpostwood
|
||||
name = "signpost"
|
||||
desc = "It's a signpost that tells you things!"
|
||||
icon = 'icons/obj/stationobjs.dmi'
|
||||
icon_state = "signpostwood"
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
|
||||
/obj/effect/mark
|
||||
var/mark = ""
|
||||
icon = 'icons/misc/mark.dmi'
|
||||
|
||||
Reference in New Issue
Block a user