mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
you cant roll appendicitis if youre a bitrunner avatar or deathmatch player (#87212)
## About The Pull Request fixes #87206 ## Changelog 🆑 fix: you may no longer roll appendicitis in deathmatch or as a bitrunner avatar /🆑
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
observer.client?.prefs.safe_transfer_prefs_to(new_player)
|
||||
new_player.dna.update_dna_identity()
|
||||
new_player.updateappearance(icon_update = TRUE, mutcolor_update = TRUE, mutations_overlay_update = TRUE)
|
||||
new_player.add_traits(list(TRAIT_CANNOT_CRYSTALIZE, TRAIT_PERMANENTLY_MORTAL), INNATE_TRAIT)
|
||||
new_player.add_traits(list(TRAIT_CANNOT_CRYSTALIZE, TRAIT_PERMANENTLY_MORTAL, TRAIT_TEMPORARY_BODY), INNATE_TRAIT)
|
||||
if(!isnull(observer.mind) && observer.mind?.current)
|
||||
new_player.AddComponent( \
|
||||
/datum/component/temporary_body, \
|
||||
|
||||
Reference in New Issue
Block a user