mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Bug fixes; resomi language, bloody hand and feets, suit cooling and more (#2653)
Fixes #2652 Fixes #2276 Fixes #1975 Fixes #1590
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
if (blood_DNA)
|
||||
user.blood_DNA |= blood_DNA.Copy()
|
||||
|
||||
user.bloody_hands += taken
|
||||
user.bloody_hands = taken
|
||||
user.hand_blood_color = basecolor
|
||||
user.update_inv_gloves(1)
|
||||
user.verbs += /mob/living/carbon/human/proc/bloody_doodle
|
||||
|
||||
@@ -72,6 +72,8 @@
|
||||
|
||||
if(cell.charge <= 0)
|
||||
turn_off()
|
||||
|
||||
update_icon()
|
||||
|
||||
/obj/item/device/suit_cooling_unit/proc/get_environment_temperature()
|
||||
if (ishuman(loc))
|
||||
|
||||
Reference in New Issue
Block a user