mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] Refactors monkeys into a species (#2379)
* Refactors monkeys into a species * aaa Co-authored-by: Qustinnus <Floydje123@hotmail.com> Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
co-authored by
Qustinnus
Azarak
parent
898121f9cd
commit
d7f054b035
@@ -16,7 +16,7 @@
|
||||
active_msg = "You prepare to curse a target..."
|
||||
deactive_msg = "You dispel the curse..."
|
||||
/// List of mobs which are allowed to be a target of the spell
|
||||
var/static/list/compatible_mobs_typecache = typecacheof(list(/mob/living/carbon/human, /mob/living/carbon/monkey))
|
||||
var/static/list/compatible_mobs_typecache = typecacheof(list(/mob/living/carbon/human))
|
||||
|
||||
/obj/effect/proc_holder/spell/pointed/barnyardcurse/cast(list/targets, mob/user)
|
||||
if(!targets.len)
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
active_msg = "You prepare to curse a target..."
|
||||
deactive_msg = "You dispel the curse..."
|
||||
/// List of mobs which are allowed to be a target of the spell
|
||||
var/static/list/compatible_mobs_typecache = typecacheof(list(/mob/living/carbon/human, /mob/living/carbon/monkey))
|
||||
var/static/list/compatible_mobs_typecache = typecacheof(list(/mob/living/carbon/human))
|
||||
|
||||
/obj/effect/proc_holder/spell/pointed/duffelbagcurse/cast(list/targets, mob/user)
|
||||
if(!targets.len)
|
||||
|
||||
Reference in New Issue
Block a user