mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Wenting ghost or getting mob deleted with throw mode on now making mouse pointer default (#21423)
* throw mode disables on ghostise or destroy the mob * Update code/modules/mob/living/carbon/carbon.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> --------- Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,13 @@
|
||||
QDEL_LIST_CONTENTS(stomach_contents)
|
||||
QDEL_LIST_CONTENTS(processing_patches)
|
||||
GLOB.carbon_list -= src
|
||||
if(in_throw_mode)
|
||||
toggle_throw_mode()
|
||||
return ..()
|
||||
|
||||
/mob/living/carbon/ghostize(can_reenter_corpse)
|
||||
if(in_throw_mode)
|
||||
toggle_throw_mode()
|
||||
return ..()
|
||||
|
||||
/mob/living/carbon/handle_atom_del(atom/A)
|
||||
|
||||
Reference in New Issue
Block a user