mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
Minor fixes (#17966)
* Stops some abilities from being done in VR * yeh * Update comp_helpers.dm * anti exploit * i am speed * Update areas.dm * Update areas.dm * Update dark_tunneling.dm * get rid of these unused abilities incompatible with new system. * forgot the human handling whoops * byeeee * Update shadekin.dm * voucher qdel fix * nutriment * Update shadekin.dm * mooore * Update shadekin.dm * yea * Update comp_helpers.dm * more fixes * bunch of fixes * type and default * dynamic * store settings * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
df8cf1c0fd
commit
41ce944736
@@ -317,6 +317,9 @@
|
||||
if(!selection)
|
||||
to_chat(redeemer, span_notice("You decide not to redeem anything for now."))
|
||||
return
|
||||
if(QDELETED(voucher))
|
||||
to_chat(redeemer, span_warning("The voucher has already been redeemed."))
|
||||
return
|
||||
switch(selection)
|
||||
|
||||
if("Kinetic Accelerator + KA Addon") //1250-2100 points worth
|
||||
|
||||
Reference in New Issue
Block a user