mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
* Fixes #16019 * Adds a way to 'drop' the kiss without throwing it. * A better way to fix this * Fixes fuckups, and make it work. * Fixes #16019 Adds a way to 'drop' the kiss without throwing it. A better way to fix this Fixes fuckups, and make it work.
This commit is contained in:
@@ -288,6 +288,9 @@ GLOBAL_DATUM_INIT(fire_overlay, /image, image("icon" = 'icons/goonstation/effect
|
||||
if(!user.unEquip(src, silent = TRUE))
|
||||
return 0
|
||||
|
||||
if(flags & ABSTRACT)
|
||||
return 0
|
||||
|
||||
else
|
||||
if(isliving(loc))
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user