mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Merge pull request #12103 from Fox-McCloud/close-quarters-cooking
Close Quarters Cooking
This commit is contained in:
@@ -66,6 +66,12 @@
|
||||
l_ear = /obj/item/radio/headset/headset_service
|
||||
pda = /obj/item/pda/chef
|
||||
|
||||
/datum/outfit/job/chef/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
..()
|
||||
if(visualsOnly)
|
||||
return
|
||||
var/datum/martial_art/cqc/under_siege/justacook = new
|
||||
justacook.teach(H)
|
||||
|
||||
|
||||
/datum/job/hydro
|
||||
|
||||
Reference in New Issue
Block a user