mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
fixes spiders not making webs (#38344)
* fixes spiders not making webs * r
This commit is contained in:
@@ -346,9 +346,9 @@
|
||||
button_icon_state = "lay_web"
|
||||
|
||||
/datum/action/innate/spider/lay_web/Activate()
|
||||
if(!istype(owner, /mob/living/simple_animal/hostile/poison/giant_spider/nurse))
|
||||
if(!istype(owner, /mob/living/simple_animal/hostile/poison/giant_spider))
|
||||
return
|
||||
var/mob/living/simple_animal/hostile/poison/giant_spider/nurse/S = owner
|
||||
var/mob/living/simple_animal/hostile/poison/giant_spider/S = owner
|
||||
|
||||
if(!isturf(S.loc))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user