mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Hardcore random gets a sixpack (#72992)
Have you ever really thought about how incredible ripped paraplegics must be? Moving is much more difficult and they're always using their arms  🆑 qol: Hardcore random gets a sixpack /🆑 ### Why is this good for the game? Everyone currently doing hardcore random gets a sixpack, it's a very obscure visual distinction that I think is fun to just mess with people with. "Why is the anemic quadruple amputee with brain cancer ripped to shreds?" This is also all just an elaborate scheme to display how the new bodypart_overlay system can be used with absolutely minimal effort
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
var/next_hardcore_score = select_hardcore_quirks()
|
||||
character.hardcore_survival_score = next_hardcore_score ** 1.2 //30 points would be about 60 score
|
||||
|
||||
//Add a sixpack because honestly
|
||||
var/obj/item/bodypart/chest/chest = character.get_bodypart(BODY_ZONE_CHEST)
|
||||
chest.add_bodypart_overlay(new /datum/bodypart_overlay/simple/sixpack() )
|
||||
|
||||
/**
|
||||
* Goes through all quirks that can be used in hardcore mode and select some based on a random budget.
|
||||
|
||||
Reference in New Issue
Block a user