Whitespace fixes, final part (hopefully) (#20361)

This commit is contained in:
warriorstar-orion
2023-02-13 11:49:28 -06:00
committed by GitHub
parent aa56d75f93
commit a7bd9d6bde
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -1,13 +1,13 @@
/obj/machinery/computer/brigcells
name = "cell management computer"
desc = "Used to manage prison cells."
icon_keyboard = "security_key"
icon_screen = "cell_monitor"
idle_power_consumption = 250
active_power_consumption = 500
circuit = /obj/item/circuitboard/brigcells
light_color = LIGHT_COLOR_DARKRED
req_access = list(ACCESS_BRIG)
name = "cell management computer"
desc = "Used to manage prison cells."
icon_keyboard = "security_key"
icon_screen = "cell_monitor"
idle_power_consumption = 250
active_power_consumption = 500
circuit = /obj/item/circuitboard/brigcells
light_color = LIGHT_COLOR_DARKRED
req_access = list(ACCESS_BRIG)
/obj/machinery/computer/brigcells/attack_ai(mob/user)
attack_hand(user)
+1 -1
View File
@@ -41,7 +41,7 @@
add_fingerprint(user)
if(HAS_TRAIT(user, TRAIT_CLUMSY) && prob(50))
user.visible_message("<span class='danger'>[user] accidentally clubs [user.p_themselves()] with [src]!</span>", \
"<span class='userdanger'>You accidentally club yourself with [src]!</span>")
"<span class='userdanger'>You accidentally club yourself with [src]!</span>")
user.KnockDown(knockdown_duration)
if(ishuman(user))
var/mob/living/carbon/human/H = user