* 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:
ppi13
2021-06-04 10:50:03 +01:00
committed by GitHub
parent 98b97e02b0
commit aacae884ca
+3
View File
@@ -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