mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 05:06:47 +01:00
minor changes to arousal meter
This commit is contained in:
@@ -140,9 +140,6 @@
|
||||
var/percentage = ((get_lust() / get_lust_tolerance()) * 100)
|
||||
return percentage
|
||||
|
||||
/mob/living/carbon/human/proc/update_arousal()
|
||||
update_arousal_hud()
|
||||
|
||||
/mob/living/carbon/human/proc/update_arousal_hud()
|
||||
if(!client || !hud_used)
|
||||
return FALSE
|
||||
@@ -155,3 +152,11 @@
|
||||
arousal_state = "arousal[arousal_rounded]"
|
||||
hud_used.arousal.icon_state = arousal_state
|
||||
return TRUE
|
||||
|
||||
/mob/living/carbon/human/adjust_arousal()
|
||||
..()
|
||||
update_arousal_hud()
|
||||
|
||||
/mob/living/carbon/human/mob_climax()
|
||||
..()
|
||||
update_arousal_hud()
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
/mob/living/carbon/human/BiologicalLife(delta_time, times_fired)
|
||||
..()
|
||||
if(stat != DEAD)
|
||||
update_arousal()
|
||||
@@ -4718,7 +4718,6 @@
|
||||
#include "modular_splurt\code\modules\mob\living\carbon\human\human.dm"
|
||||
#include "modular_splurt\code\modules\mob\living\carbon\human\human_defines.dm"
|
||||
#include "modular_splurt\code\modules\mob\living\carbon\human\inventory.dm"
|
||||
#include "modular_splurt\code\modules\mob\living\carbon\human\life.dm"
|
||||
#include "modular_splurt\code\modules\mob\living\carbon\human\physiology.dm"
|
||||
#include "modular_splurt\code\modules\mob\living\carbon\human\species.dm"
|
||||
#include "modular_splurt\code\modules\mob\living\carbon\human\update_icons.dm"
|
||||
|
||||
Reference in New Issue
Block a user