mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Quarxink update flip mode eyewitness news
- Stopped an exploit to get to centcom (for justice) - Added 5 second cooldown to printing requisition to stop spam (also for justice) - Atmos pipes are now backpackable and do damage because they're FUCKING PIPES (not really for justice but just a pet peeve) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2700 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -24,11 +24,12 @@ Buildable meters
|
||||
var/pipe_type = 0
|
||||
//var/pipe_dir = 0
|
||||
var/pipename
|
||||
force = 7
|
||||
icon = 'pipe-item.dmi'
|
||||
icon_state = "simple"
|
||||
item_state = "buildpipe"
|
||||
flags = TABLEPASS|FPRINT
|
||||
w_class = 4
|
||||
w_class = 3
|
||||
level = 2
|
||||
|
||||
/obj/item/pipe/New(var/loc, var/pipe_type as num, var/dir as num, var/obj/machinery/atmospherics/make_from = null)
|
||||
|
||||
@@ -136,9 +136,11 @@ var/ordernum=0
|
||||
//if((locate(/mob/living) in T) && (!locate(/mob/living/carbon/monkey) in T)) return 0 //old check for living excluded monkeys
|
||||
if((locate(/mob/living) in T)) return 0
|
||||
if((locate(/obj/item/device/radio/beacon) in T)) return 0
|
||||
if((locate(/obj/mecha) in T)) return 0
|
||||
for(var/atom/ATM in T)
|
||||
if((locate(/mob/living) in ATM)) return 0
|
||||
if((locate(/obj/item/device/radio/beacon) in ATM)) return 0
|
||||
if((locate(/obj/mecha ) in ATM)) return 0
|
||||
|
||||
return 1
|
||||
|
||||
@@ -401,7 +403,7 @@ var/ordernum=0
|
||||
if(!supply_shuttle_at_station || supply_shuttle_moving) return
|
||||
|
||||
if (!supply_can_move())
|
||||
usr << "\red The supply shuttle can not transport station employees or homing beacons."
|
||||
usr << "\red The supply shuttle can not transport station employees, exosuits, or homing beacons."
|
||||
return
|
||||
|
||||
src.temp = "Shuttle sent.<BR><BR><A href='?src=\ref[src];mainmenu=1'>OK</A>"
|
||||
|
||||
Reference in New Issue
Block a user