mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Ports the NTSS Raven from TG station. Slightly remaps delta escape / faragus escape (#24567)
* R A V E N * docking ports. Delta needs tweak * yep * raven generators, increased range / anchored * names / fixes wrong generators * decore / missing decal * NTSSS RAVEN * purge this * oops * should be good * Update code/modules/mob/living/simple_animal/friendly/mouse.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
co-authored by
Henri215
parent
af44d08917
commit
9096c5f0b9
@@ -198,3 +198,33 @@
|
||||
|
||||
/obj/effect/turf_decal/siding/box
|
||||
icon_state = "siding_box"
|
||||
|
||||
/obj/effect/turf_decal/raven_ship_sign
|
||||
icon_state = "RAVEN2"
|
||||
|
||||
/obj/effect/turf_decal/raven/one
|
||||
icon_state = "RAVEN1"
|
||||
|
||||
/obj/effect/turf_decal/raven/two
|
||||
icon_state = "RAVEN2"
|
||||
|
||||
/obj/effect/turf_decal/raven/three
|
||||
icon_state = "RAVEN3"
|
||||
|
||||
/obj/effect/turf_decal/raven/four
|
||||
icon_state = "RAVEN4"
|
||||
|
||||
/obj/effect/turf_decal/raven/five
|
||||
icon_state = "RAVEN5"
|
||||
|
||||
/obj/effect/turf_decal/raven/six
|
||||
icon_state = "RAVEN6"
|
||||
|
||||
/obj/effect/turf_decal/raven/seven
|
||||
icon_state = "RAVEN7"
|
||||
|
||||
/obj/effect/turf_decal/raven/eight
|
||||
icon_state = "RAVEN8"
|
||||
|
||||
/obj/effect/turf_decal/raven/nine
|
||||
icon_state = "RAVEN9"
|
||||
|
||||
Reference in New Issue
Block a user