Merge pull request #6636 from SpaceManiac/patch/syntax

Fix various syntactic problems
This commit is contained in:
Atermonera
2020-01-20 22:05:25 -08:00
committed by GitHub
29 changed files with 62 additions and 89 deletions
+2 -2
View File
@@ -26,8 +26,8 @@
use_message = capitalize(copytext(sanitize(new_message), 1, MAX_MESSAGE_LEN))
usr << "You configure the hailer to shout \"[use_message]\"."
/
obj/item/device/hailer/attack_self(mob/living/carbon/user as mob)
/obj/item/device/hailer/attack_self(mob/living/carbon/user as mob)
if (spamcheck)
return
@@ -29,7 +29,7 @@
icon_state = "unathiknife"
attack_verb = list("ripped", "torn", "cut")
can_cleave = FALSE
var hits = 0
var/hits = 0
/obj/item/weapon/material/knife/machete/hatchet/unathiknife/attack(mob/M as mob, mob/user as mob)
if(hits > 0)