mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +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
@@ -83,14 +83,18 @@
|
||||
cost = 3750
|
||||
template = /datum/map_template/shuttle/emergency/cramped
|
||||
|
||||
// these, otoh, have some pretty silly features, and are hidden behind emag
|
||||
|
||||
/datum/supply_packs/abstract/shuttle/military
|
||||
// if you can pool enough money together for this one, maybe you deserve it
|
||||
speed_factor = 1.5
|
||||
cost = 4250
|
||||
cost = 3500
|
||||
template = /datum/map_template/shuttle/emergency/military
|
||||
|
||||
// if you can pool enough money together for this one, maybe you deserve it
|
||||
|
||||
/datum/supply_packs/abstract/shuttle/raven
|
||||
cost = 4500 //I do wonder about shuttle prices, especially considering how many guns you could get for this price. Perhaps a lowering in the future.
|
||||
template = /datum/map_template/shuttle/emergency/raven
|
||||
|
||||
// these, otoh, have some pretty silly features, and are hidden behind emag
|
||||
|
||||
/datum/supply_packs/abstract/shuttle/clown
|
||||
speed_factor = 0.75 // this one's a little slower, enjoy your ride!
|
||||
cmag_hidden = TRUE
|
||||
|
||||
Reference in New Issue
Block a user