mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Laser Vest Fix (#11421)
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
if(ishuman(user))
|
||||
var/mob/living/carbon/human/H = user
|
||||
var/obj/item/card/id/ID = H.GetIdCard()
|
||||
user_name = ID.registered_name
|
||||
if(ID)
|
||||
user_name = ID.registered_name
|
||||
var/list/num_to_word = list("one", "two", "three", "four", "five")
|
||||
visible_message("<b>[capitalize_first_letters(name)]</b> says, \"[SPAN_NOTICE("[user_name] armor health set to [num_to_word[set_health]].")]\".")
|
||||
return
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixes laser tag vests gently breaking when you try to change their health without an ID on your person."
|
||||
Reference in New Issue
Block a user