Removes extra definition, no longer consumes excess money

This commit is contained in:
KorPhaeron
2016-11-14 13:19:17 -06:00
parent d61f7c3427
commit fb6bc16dfb
+1 -11
View File
@@ -101,17 +101,6 @@
qdel(src)
//meteor/asteroid shuttle slamming into the station
/obj/effect/station_crash
name = "station crash"
desc = "With no survivors!"
icon = 'icons/obj/weapons.dmi'
icon_state = "syndballoon"
anchored = TRUE
//Luxury Shuttle Blockers
/obj/effect/forcefield/luxury_shuttle
@@ -138,6 +127,7 @@
if(total_cash >= threshhold)
for(var/obj/I in counted_money)
qdel(I)
mover << "Thank you for your payment! Please enjoy your flight."
approved_passengers += mover
return 1