my grug brain took more than 10 attempts to get this to work
This commit is contained in:
@@ -50,6 +50,11 @@
|
||||
D.forcesay(GLOB.hit_appends)
|
||||
return 1
|
||||
|
||||
/datum/martial_art/boxing/teach(mob/living/carbon/human/H, make_temporary = TRUE)
|
||||
if(..())
|
||||
if(H.pulling && ismob(H.pulling))
|
||||
H.stop_pulling()
|
||||
|
||||
/obj/item/clothing/gloves/boxing
|
||||
var/datum/martial_art/boxing/style = new
|
||||
|
||||
@@ -58,7 +63,7 @@
|
||||
return
|
||||
if(slot == SLOT_GLOVES)
|
||||
var/mob/living/carbon/human/H = user
|
||||
style.teach(H,1)
|
||||
style.teach(H,TRUE)
|
||||
return
|
||||
|
||||
/obj/item/clothing/gloves/boxing/dropped(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user