mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Merge pull request #6099 from Heroman3003/fcookie-runtime-fix
Fixes fortune cookie recipe runtime
This commit is contained in:
@@ -457,6 +457,8 @@ I said no!
|
|||||||
. = ..()
|
. = ..()
|
||||||
if (.)
|
if (.)
|
||||||
var/obj/item/weapon/paper/paper = locate() in container
|
var/obj/item/weapon/paper/paper = locate() in container
|
||||||
|
if (!paper)
|
||||||
|
return 0
|
||||||
if (!paper.info)
|
if (!paper.info)
|
||||||
return 0
|
return 0
|
||||||
return .
|
return .
|
||||||
|
|||||||
Reference in New Issue
Block a user