mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] Destroys /obj/vehicle/sealed/mecha/working with a W80 nuclear warhead [MDB IGNORE] (#22110)
* Destroys /obj/vehicle/sealed/mecha/working with a W80 nuclear warhead (#76296) ## About The Pull Request Title. Also, fixes https://github.com/tgstation/tgstation/issues/75568 at the request of @ TheVekter ## Why It's Good For The Game This subtype only exists to append ore box behavior and is clearly a relic of pre-2020 mechcode. Keeping it around will only make it harder in the future to add new mechs with ore box support. ## Changelog 🆑 fix: Clarke ore box now has a less confusing dump contents button. /🆑 --------- Co-authored-by: san7890 <the@ san7890.com> * Destroys /obj/vehicle/sealed/mecha/working with a W80 nuclear warhead * updatepaths --------- Co-authored-by: ChungusGamer666 <82850673+ChungusGamer666@users.noreply.github.com> Co-authored-by: san7890 <the@ san7890.com> Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com>
This commit is contained in:
co-authored by
san7890
ChungusGamer666
Jolly-66
parent
a1ea7f13db
commit
fcaa706706
@@ -27,7 +27,7 @@
|
||||
///BACK FOR REVENGE!!!
|
||||
/datum/shuttle_event/simple_spawner/player_controlled/alien_queen
|
||||
name = "ALIEN QUEEN! (Kinda dangerous!)"
|
||||
spawning_list = list(/mob/living/carbon/alien/adult/royal/queen = 1, /obj/vehicle/sealed/mecha/working/ripley = 1)
|
||||
spawning_list = list(/mob/living/carbon/alien/adult/royal/queen = 1, /obj/vehicle/sealed/mecha/ripley = 1)
|
||||
spawning_flags = SHUTTLE_EVENT_HIT_SHUTTLE
|
||||
|
||||
event_probability = 0.2
|
||||
|
||||
Reference in New Issue
Block a user