mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
basic initialization proc
aggressive grab, then click yourself with grab intent to initialize
This commit is contained in:
@@ -212,7 +212,12 @@
|
||||
take_organ_damage(min(10*toxpwr, acid_volume * toxpwr))
|
||||
|
||||
/mob/living/proc/grabbedby(mob/living/carbon/user, supress_message = 0)
|
||||
if(user == src || anchored)
|
||||
if(user == src)
|
||||
var/mob/living/target
|
||||
if(pulling && !pulling.anchored && grab_state >= GRAB_AGGRESSIVE && isliving(pulling))
|
||||
target = pulling
|
||||
user.vore_initiate(target,user)
|
||||
if(anchored)
|
||||
return 0
|
||||
if(!user.pulling || user.pulling != src)
|
||||
user.start_pulling(src, supress_message)
|
||||
|
||||
Reference in New Issue
Block a user