Merge pull request #31931 from vuonojenmustaturska/penfix

It's a time to stop warning about paper bins eating pens
This commit is contained in:
Jordan Brown
2017-10-21 19:53:33 -04:00
committed by CitadelStationBot
parent 3e1c307e4e
commit 1ee238218c
-4
View File
@@ -25,10 +25,6 @@
P.loc = src
bin_pen = P
update_icon()
var/static/warned = FALSE
if(P.type == /obj/item/pen && !warned)
warning("one or more paperbins ate a pen duing initialize()")
warned = TRUE
/obj/item/paper_bin/fire_act(exposed_temperature, exposed_volume)
if(!total_paper)